Hi Team Bluefinch,
Many thanks for putting the checkout together. Looking really promising.
I'm trying to get RVVUp working. I've found this module, but currently it does nothing when installed and enabled.
Steps to reproduce:
- Install Bluefinch latest version:
composer require bluefinchcommerce/module-checkout
- Enable Bluefinsh module:
php bin/magento setup:upgrade
- Install RVVUP and Bluefinch RVVUP module:
composer require rvvup/module-magento-payments bluefinchcommerce/module-checkout-rvvup
- Setup RVVUP in the admin with a valid API key (used Sandbox key here)
- Enable Bluefinch
- RVVUP does not show on the frontend
It looks to me like RVVUP was made by copying Adyen. In: view/frontend/web/js/checkout/src/services/getRvvupPaymentMethods.js I can see it tries to access (when logged in): rvvup/vue-config/mine but this API endpoint does not exist anywhere in RVVUP, Bluefinch or core Magento. I'm assuming it needed updating after copying from Adyen and wasn't finished off.
Could you help with the APIs it should call and any hints on finishing it off? Be great to use Bluefinch Checkout but I'd rather not bite off a new checkout integration as part of that if possible.
Cheers,
James
Hi Team Bluefinch,
Many thanks for putting the checkout together. Looking really promising.
I'm trying to get RVVUp working. I've found this module, but currently it does nothing when installed and enabled.
Steps to reproduce:
composer require bluefinchcommerce/module-checkoutphp bin/magento setup:upgradecomposer require rvvup/module-magento-payments bluefinchcommerce/module-checkout-rvvupIt looks to me like RVVUP was made by copying Adyen. In:
view/frontend/web/js/checkout/src/services/getRvvupPaymentMethods.jsI can see it tries to access (when logged in):rvvup/vue-config/minebut this API endpoint does not exist anywhere in RVVUP, Bluefinch or core Magento. I'm assuming it needed updating after copying from Adyen and wasn't finished off.Could you help with the APIs it should call and any hints on finishing it off? Be great to use Bluefinch Checkout but I'd rather not bite off a new checkout integration as part of that if possible.
Cheers,
James