Skip to content

With PayPay's Payment SDK, you can build a custom Payment checkout process to suit your unique business needs and branding guidelines

License

Notifications You must be signed in to change notification settings

ryu1/paypayopa-sdk-java

This branch is 4 commits ahead of, 162 commits behind paypay/paypayopa-sdk-java:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ryu
Mar 19, 2021
0b32a9f · Mar 19, 2021
Dec 11, 2020
Sep 23, 2020
Aug 3, 2020
Mar 10, 2021
Aug 21, 2020
Jan 24, 2021
Jul 29, 2020
Jan 24, 2021
Jan 24, 2021
Mar 19, 2021
Mar 10, 2021
Aug 15, 2020
Mar 10, 2021
Aug 15, 2020
Aug 14, 2020
Aug 3, 2020
Aug 3, 2020
Jul 28, 2020
Jan 24, 2021

Repository files navigation

PayPay SDK - JAVA Compatible with Spring Framework 3

Forked from https://github.com/paypay/paypayopa-sdk-java

settings.xml

<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
    <servers>
        <server>
            <id>github</id>
            <username>ryu1</username>
            <password>ec98fb5b00ae93bf8f10ea76d2afeead75c54e12</password>
        </server>
    </servers>
</settings>

pom.xml

<repository>
    <id>github</id>
    <url>https://maven.pkg.github.com/ryu1/paypayopa-sdk-java</url>
    <releases>
        <enabled>true</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>
<dependency>
    <groupId>jp.ne.paypay</groupId>
    <artifactId>paypayopa</artifactId>
    <version>1.0.1.compatible-with-spring3</version>
</dependency>`

About

With PayPay's Payment SDK, you can build a custom Payment checkout process to suit your unique business needs and branding guidelines

Resources

License

Security policy

Stars

Watchers

Forks

Languages

  • Java 100.0%