PAYPAL WORKING
This commit is contained in:
6
plugins/fipfcard_plugin/js/paypal/result_message.js
Normal file
6
plugins/fipfcard_plugin/js/paypal/result_message.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
// Example function to show a result to the user. Your site's UI library can be used instead.
|
||||
export function resultMessage(message) {
|
||||
const container = document.querySelector("#result-message");
|
||||
container.innerHTML = message;
|
||||
}
|
||||
Reference in New Issue
Block a user