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
Bump version to 7.0.2 and update User-Agent across all API files
- Updated User-Agent from Conekta/v2 DartBindings/7.0.1 to Conekta/v2 DartBindings/7.0.2 in the following API files:
- payment_methods_api.dart
- payout_orders_api.dart
- plans_api.dart
- products_api.dart
- shipping_contacts_api.dart
- shippings_api.dart
- subscriptions_api.dart
- taxes_api.dart
- tokens_api.dart
- transactions_api.dart
- transfers_api.dart
- webhook_keys_api.dart
- webhooks_api.dart
- Changed data type in OrderChargesResponse and OrderDiscountLinesResponse from ChargeResponse and DiscountLinesResponse to ChargesDataResponse and DiscountLinesDataResponse respectively.
- Updated serializers to accommodate new data types.
- Updated bindings_version in utils.dart and pubspec.yaml to 7.0.2.
**allowedPaymentMethods** | **BuiltList<String>** | Are the payment methods available for this link. For subscriptions, only 'card' is allowed due to the recurring nature of the payments. |
12
-
**planIds** | **BuiltList<String>** | List of plan IDs that will be available for subscription. This field is required for subscription payments but optional for other types of payments. |
12
+
**planIds** | **BuiltList<String>** | List of plan IDs that will be available for subscription. This field is required for subscription payments. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments