-
Notifications
You must be signed in to change notification settings - Fork 539
Description
Issue Description
I have submitted a PR as per the repository’s contribution guidelines: #1253, and it has already been merged into the main branch.
However, when deploying my Shopify app after 3 weeks ago, I encounter the following error:
supported_payment_methods: Following payment methods ["ashleyplcc"] not permitted.
It seems that although the code changes have been merged, they have not yet been deployed, as my Shopify app deployment cannot recognize the newly added payment method ('ashleyplcc').
Steps to Reproduce
- Add ashleyplcc in supported_payment_methods in shopify.extension.toml
- Deploy the app to Shopify.
- Observe the deployment error.
Expected Behavior
After the PR is merged into the main branch, the new payment method ashleyplcc should be available during Shopify app deployment and show icon in my store checkout page.
Actual Behavior
The Shopify app deployment fails with an error indicating that the ashleyplcc payment method is not permitted.
Reference
- PR URL: #1253
Could someone please confirm whether the latest changes have been deployed and advise if there is any additional action I need to take?