forked from AikedeJongste/omnikassa2
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order description is not showing up on the customer ideal payment page? #3
Comments
So a workaround for this is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once again my grattitude for providing this gem.
We have implemented the basic payment correctly.
I have 1 final issue thought which perhaps is related to the gem.
The description and "Verkooppunt"(set in rabo dashboard) are not listed on the payment screens.
It seems to show the url of the website + order ID only.
Is there anything we need to do to get this information correctly listed.
response = Omnikassa2.announce_order(
Omnikassa2::MerchantOrder.new(
merchant_order_id: @student.pay_id,
amount: Omnikassa2::Money.new(
amount: 399,
currency: 'EUR'
),
description: "our custom description that is not showing up",
payment_brand: 'IDEAL',
payment_brand_force: 'FORCE_ALWAYS',
merchant_return_url: APP_CONFIG['OMNIKASSA_RETURN_URL']
)
)
`
Is this because of an error on my end, or does the account have to be validated by rabostaff? We have currently both the staging and production keys already provided in the dashboard.
The text was updated successfully, but these errors were encountered: