-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR: offer virtual cards by user location #270
Conversation
excludes fixed price cards.
This reverts commit 0a344d0.
Right now, Reloadly API and sandbox have started to behave unexpectedly, probably because they are going through some fixes or maintenance. So cards are not loading on their production API. Also, the data is inconsistent between their sandbox API and sandbox dashboard. Here, we wait while they fix their issues. I will keep an eye on their API and sandbox. |
should prevent mixing of other gift cards with keyhwords visa mastercard
What's included in this PR:
QAFor user from USFor user from CanadaFor user from Germany |
@rndquu You probably want to do it on anvil testnet.
For mainet,
The preview deploy above should have showed cards if the permit amount was not 0. It would have been easy for QA. I will look into increasing the permit amount after checking if it is safe to do so. Also, if you use Reloadly sandbox, then it has only 1 visa card for US. There is no other visa/mastercard. Relaodly production has more cards. You can make combination of Reloadly sandbox or production with anvil fork or mainnet as you like. |
& use country by timezone as fallback
@EresDev Could you review EresDevOrg#1 ? |
@EresDev I managed to run it with production credentials for US. There are no cards displayed in a sandbox environment for US because there is only 1 card available and it is fixed price while we support only range cards, correct? |
Correct. |
build: set USE_RELOADLY_SANDBOX to a string
Resolves #259
QA