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
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.
Could someone please confirm whether the latest changes have been deployed and advise if there is any additional action I need to take?
The text was updated successfully, but these errors were encountered:
vurtnec
changed the title
https://github.com/activemerchant/payment_icons/pull/1253/files
New Payment Method ('ashleyplcc') Not Recognized After PR #1253 Merge
Dec 20, 2024
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:
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
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
Could someone please confirm whether the latest changes have been deployed and advise if there is any additional action I need to take?
The text was updated successfully, but these errors were encountered: