mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 17:02:16 +00:00
- process single charge
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
});
|
||||
} catch (error) {
|
||||
events.$emit('toaster', {
|
||||
type: 'error',
|
||||
type: 'danger',
|
||||
message: this.$t('failed to load the PayPal components'),
|
||||
})
|
||||
}
|
||||
@@ -210,7 +210,7 @@
|
||||
}
|
||||
}).render('#paypal-button-container');*/
|
||||
|
||||
// Initialize paypal buttons for subscription
|
||||
// Initialize paypal buttons for single charge
|
||||
await paypal.Buttons({
|
||||
createOrder: function(data, actions) {
|
||||
return actions.order.create({
|
||||
|
||||
Reference in New Issue
Block a user