Skip to content

Commit bee83fd

Browse files
committed
Adjustment subscription test
1 parent ad0c7fc commit bee83fd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/test_subscription.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ def test_all(self):
4444
"payer_email": self._customer_email,
4545
"preapproval_plan_id": self._plan_id,
4646
"card_token_id": card_token_id,
47-
"status": "authorized"
47+
"status": "authorized",
48+
"auto_recurring": {
49+
"frequency": 1,
50+
"frequency_type": "months",
51+
"transaction_amount": 60,
52+
"currency_id": "ARS"
53+
}
4854
}
4955

5056
subscription_response = self.sdk.subscription().create(subscription_payload)

0 commit comments

Comments
 (0)