You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recurly/resources.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -472,9 +472,9 @@ class PaymentGatewayReferences(Resource):
472
472
Attributes
473
473
----------
474
474
reference_type : str
475
-
The type of reference token. Required if token is passed in for Stripe Gateway.
475
+
The type of reference token. Required if token is passed in for Stripe Gateway or Ebanx UPI.
476
476
token : str
477
-
Reference value used when the external token was created. If Stripe gateway is used, this value will need to be accompanied by its reference_type.
477
+
Reference value used when the external token was created. If a Stripe gateway or Ebanx gateway is used, this value will need to be accompanied by its reference_type.
0 commit comments