Questions tagged [jmspaymentpaypalbundle]
12 questions
13
votes
2 answers
How can I pass Order object to detailsAction and CompleteAction using JMS payementCoreBundle
I need to make payment transaction for an application and I saw JSMPaymentCoreBundle.
I read the documentation of JSMPaymentCoreBundel but I wonder me how I can pass object to the controller detailsAction(Order $order) and completeAction(Order…

Benjamin Lucas
- 370
- 5
- 20
5
votes
2 answers
How to replace text in Jms Payment Paypal Bundle
I have the paypal bundle working in JMS Core Payment (symfony2).
However, in the checkout I have the text:
Data paypal express checkout
I have done a site wide search for this and can not find this text anywhere.
No answers on Google too!
Anyone…

Green Acorn
- 852
- 2
- 10
- 14
1
vote
1 answer
PayPal-Response was not successful: Express Checkout PayerID is missing - Symfony 2.5 JMSPaymentPayPalbundle and JMSPaymentCoreBundle
I have problem with my application Symfony 2.5. I want to integrate Paypal Express checkout but get information:
PayPal-Response was not successful: Debug-Token: 27b2ab3a5b382 10419: Express Checkout PayerID is missing. (Express Checkout PayerID is…

Tomek Kowalczyk
- 51
- 6
1
vote
1 answer
Stripe payment with JMSPaymentBundle "The source parameter is required"
I already integrated JMSPaymentBundle, with paypal every thing works fine!
When I tried to change with stripe from this link for JMS
and using ruudk/PaymentStripeBundle from github, it's actually the same.
But there is a thing. I'm receiving this…

Haythem Belhadj
- 35
- 1
- 10
1
vote
1 answer
JMSPaymentCoreBundle : get error when doctrine:schema:update --force
I'm trying to implement JMSPaymentCoreBundle but I get this error below.
[Doctrine\ORM\Mapping\MappingException]
The target-entity…

Benjamin Lucas
- 370
- 5
- 20
1
vote
1 answer
Does JMSPaymentPaypalBundle support chained payments?
I need to implement chained payments in my application and I am using Symfony.
I found JMSPaymentPaypalBundle to be recommended for payments but would like to know if it support chained payments before I dive in.
The are lots of examples how to use…

Gustek
- 3,680
- 2
- 22
- 36
0
votes
1 answer
jms payment corebundle integtation issue URL return
I'm integration the jms payment bundle in symfony 2.6.
I had followed all document in : http://jmspaymentcorebundle.readthedocs.io/en/stable/guides/accepting_payments.html
I'm getting this error :
You must configure a return url.
I had configured…

Haythem Belhadj
- 35
- 1
- 10
0
votes
1 answer
Error: Call to a member function getPendingTransaction() on null [Symfony2]
I'm developing a e-commerce website. I want to allow users to make the payment with Paypal.So i installed and configured the following bundle:
"jms/security-extra-bundle": "dev-master",
"jms/payment-core-bundle": "master-dev",
"jms/di-extra-bundle":…

Sirius
- 653
- 1
- 14
- 37
0
votes
1 answer
jsmPayment etsPaymentOgone gives me an error The controller must return a response
I'm trying to implement JSMPayment and EtsPaymentOgoneBundle without success.
I get the error : "The controller must return a response". I'm agree with that but it's so written in the documentation. So am I something wrong or is it a bug/error in…

Benjamin Lucas
- 370
- 5
- 20
0
votes
1 answer
JMS payment-core and payment-paypal integration in Symfony2
I have installed these bundle for paypal integration in my Symfony2.3 project.
"jms/payment-core-bundle": "1.0.*@dev"
"jms/payment-paypal-bundle": "dev-master"
I have followed this link http://jmsyst.com/bundles/JMSPaymentPaypalBundle for…

Prabhu Khanna Mahadevan
- 883
- 4
- 18
- 34
0
votes
1 answer
How does one have to call the function in this example for JMSPaymentCoreBundle?
How would detailsAction() have to be called in the example provided in the documentation for JMSPaymentCoreBundle?
It makes use of an order object, which in the function definition is passed as an argument.
public function detailsAction(Order…

matt_jay
- 1,241
- 1
- 15
- 33
-1
votes
2 answers
jms payment corebundle URL return
I'm integrating the jms payment bundle in symfony 2.6. I had followed all document in : http://jmspaymentcorebundle.readthedocs.io/en/stable/guides/accepting_payments.html
I'm getting this error :
You must configure a return url.
I had configured…

Haythem Belhadj
- 35
- 1
- 10