Skip to content

Commit

Permalink
Merge pull request #39 from Adyen/release/2.1.0
Browse files Browse the repository at this point in the history
Release/2.1.0.4
  • Loading branch information
dcardos authored May 8, 2024
2 parents 65eca8e + 40ee874 commit 553ead5
Show file tree
Hide file tree
Showing 109 changed files with 3,683 additions and 1,310 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @amihajlovski @dcardos @shanikantsingh @shubhamvijaivargiya @zenit2001
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- 🎉 Thank you for submitting a pull request! 🎉 -->

## Summary
Describe the changes proposed in this pull request:
- What is the motivation for this change?
- What existing problem does this pull request solve?


## Tested scenarios
Description of tested scenarios:

**Fixed issue**: <!-- #-prefixed issue number -->
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- ignore-for-release
- excluded
categories:
- title: Breaking Changes 🛠
labels:
- breaking-change
- title: New Features 🎉
labels:
- new
- enhancement
- title: Fixes ❤️‍🩹
labels:
- bug
- fix
- title: Refactored 🌪
labels:
- refactor
- title: Other Changes
labels:
- "*"
File renamed without changes.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# adyen-salesforce-b2b-lightning
# Adyen Salesforce B2B Commerce LWR

Adyen payments package to work with Salesforce B2B Commerce Lightning product.
This repository contains all the metadata and code necessary for integrating the payment processing through Adyen Drop-In component in your LWR B2B digital experience store in Salesforce.
For more information on what this package can do please consult [Adyen Salesforce B2B Commerce Lightning doc](https://docs.adyen.com/plugins/salesforce-b2b-commerce-lightning/).

## Prerequisites
- [Adyen test account](https://docs.adyen.com/get-started-with-adyen)
- Access to your [Salesforce org](https://login.salesforce.com/).

## Installation
The package needs to be installed on your Salesforce org as explained on their [docs](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_dev2gp_install_pkg.htm).
Link for the package installation: [Adyen Payments for B2B Commerce Lightning in AppExchange](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N4V00000IcEI4UAN).

## Contributing
We encourage you to contribute to this repository, so everyone can benefit from new features, bug fixes, and any other improvements.
Have a look at our [contributing guidelines](https://github.com/Adyen/.github/blob/master/CONTRIBUTING.md) to find out how to raise a pull request.

## Support
If you have a feature request, or spotted a bug or a technical problem, create a GitHub issue. For other questions, contact our [support team](https://support.adyen.com/hc/en-us/requests/new?ticket_form_id=360000705420).

## License
MIT license. For more information, see the LICENSE file.

## See also
* [Adyen docs](https://docs.adyen.com/)
* [API Explorer](https://docs.adyen.com/api-explorer/)
File renamed without changes.

This file was deleted.

Loading

0 comments on commit 553ead5

Please sign in to comment.