You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Kickstart, you can enable prepaid balance topup if it is a monetization enabled org:
Once installed, the prepaid balances still does not show up on the balances page until you go to the requirements module and finish the requirements steps:
Add credit products
Add Credit product type
Commerce store
Add to Cart form display
Payment gateway
However, the requirements steps 1 -4 do not have anything needed to do but click a button. Only the Payment gateway requirement has any need to fill out a form.
Issues
Why doesn't the Kickstart monetization take care of 1-4 for me instead of making me need to click through buttons in the requirement module steps? It does not ask for any additional information.
The monetization installer screen also does not say anything about needing to finish steps later or link to documentation on what is left to do.
The text was updated successfully, but these errors were encountered:
We don't need to automate step5, just add a note in the installer telling user they will need to configure a payment gateway w/a link to our docs. In Drupal 7 if you did not install a payment gateway the system would still work FYI, just had no way to charge the user. Would be good to see how system behaves w/out payment gateway configured to make sure system does not crash, etc.
@cnovak I just ran an installation again to check this and Step 1 to 4 is covered by kickstart. The "Add to Cart form display" is handle via config here: https://github.com/apigee/apigee-devportal-kickstart-drupal/blob/8.x-1.x/modules/custom/apigee_kickstart_m10n_add_credit/config/install/core.entity_form_display.commerce_order_item.add_credit.add_to_cart.yml
As for the payment gateway, you need this to checkout.
Description
When installing Kickstart, you can enable prepaid balance topup if it is a monetization enabled org:
Once installed, the prepaid balances still does not show up on the balances page until you go to the requirements module and finish the requirements steps:
However, the requirements steps 1 -4 do not have anything needed to do but click a button. Only the Payment gateway requirement has any need to fill out a form.
Issues
The text was updated successfully, but these errors were encountered: