We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0c7fc commit bee83fdCopy full SHA for bee83fd
tests/test_subscription.py
@@ -44,7 +44,13 @@ def test_all(self):
44
"payer_email": self._customer_email,
45
"preapproval_plan_id": self._plan_id,
46
"card_token_id": card_token_id,
47
- "status": "authorized"
+ "status": "authorized",
48
+ "auto_recurring": {
49
+ "frequency": 1,
50
+ "frequency_type": "months",
51
+ "transaction_amount": 60,
52
+ "currency_id": "ARS"
53
+ }
54
}
55
56
subscription_response = self.sdk.subscription().create(subscription_payload)
0 commit comments