Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM and Stripe Payment Integration

Avatar

Level 1

I am trying to integrate stripe payments with aem, but I run into an issue when trying to add the stripe dependencies in there respective pom.xml files. (Core and Parent Pom).

 

The component I am trying to build uses a servlet to invoke the stripe checkout session. Meaning a button click will re-direct to this new "page".

 

After building and deploying the codebase with the com.stripe dependency I get the error: 

KevinACorcino_0-1690996716148.png

Any ideas on how can fix this error? 

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi @KevinACorcino,

Have you looked at this similar thread ,

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/com-google-gson-internal-c...

 

adding Export-Package: com.google.gson.*;version='2.8.6' in manifest file has resolved this issue..

Use the latest gson version and give a try.

Thanks,

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Hi @KevinACorcino,

Have you looked at this similar thread ,

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/com-google-gson-internal-c...

 

adding Export-Package: com.google.gson.*;version='2.8.6' in manifest file has resolved this issue..

Use the latest gson version and give a try.

Thanks,