CW-335-Add-Payfura-widget-for-XMR-Buy (#857)

* add payFura widget

* Update pr_test_build.yml

* Change Buy strings

Also add Sell string to ZH, which was missing

* minor fixes

* update alert for monero.com

---------

Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
Serhii 2023-03-31 21:34:39 +03:00 committed by GitHub
parent 7cd4e6583c
commit 72df78ad8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 165 additions and 53 deletions

View file

@ -28,8 +28,8 @@ class SecretKey {
SecretKey('trocadorExchangeMarkup', () => ''),
SecretKey('twitterBearerToken', () => ''),
SecretKey('anonPayReferralCode', () => ''),
SecretKey('fiatApiKey', () => '')
SecretKey('fiatApiKey', () => ''),
SecretKey('payfuraApiKey', () => ''),
];
final String name;