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
Error: 400 BAD_REQUEST - PAYMENT_INFO_NOT_PROVIDED: Payment info is not provided
Expected Behavior
If an account uses Amazon Marketplace for billing, allow rediscloud_essentials_subscriptions to use them.
Actual Behavior
Must use a backup method which uses a credit card, then flip the payment_method_id to 0 (marketplace) once the subscription is created.
Steps to Reproduce
In an account which uses Amazon Marketplace for payment, attempt creating a new rediscloud_essentials_subscription of 0 (marketplace payment method id). This will result in the 400 error code mentioned above.
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v1.10.2
Affected Resource(s)
rediscloud_essentials_subscription
Panic Output
Error: 400 BAD_REQUEST - PAYMENT_INFO_NOT_PROVIDED: Payment info is not provided
Expected Behavior
If an account uses Amazon Marketplace for billing, allow rediscloud_essentials_subscriptions to use them.
Actual Behavior
Must use a backup method which uses a credit card, then flip the payment_method_id to 0 (marketplace) once the subscription is created.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: