mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
refresh payzen keys after initial setting
This commit is contained in:
parent
6b99b00d5e
commit
9355256909
@ -68,7 +68,7 @@ const PayZenKeysFormComponent: React.FC<PayZenKeysFormProps> = ({ onValidKeys })
|
||||
|
||||
/**
|
||||
* Assign the inputted key to the settings and check if it is valid.
|
||||
* Depending on the test result, assign an add-on icon and a style to notify the user.
|
||||
* Depending on the test result, assign an add-on icon plus a style to notify the user.
|
||||
*/
|
||||
const testPublicKey = (key: string) => {
|
||||
if (!key) return;
|
||||
|
@ -64,7 +64,7 @@
|
||||
</text-setting>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row m-t" ng-show="allSettings.online_payment_module === 'true' && allSettings.payment_gateway === 'payzen'">
|
||||
<div class="row m-t" ng-if="allSettings.online_payment_module === 'true' && allSettings.payment_gateway === 'payzen'">
|
||||
<payzen-settings on-edit-keys="selectPaymentGateway" on-currency-update-success="alertPayZenCurrencyUpdated" />
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user