Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 영수증인증
- 클릭이벤트막기
- CSV
- 리눅스
- slim install
- php
- TABLE
- Database
- 몇번째행
- closest
- google purchases
- 영수증확인
- MySQL
- google_purchases
- 아파치
- 데이터베이스 지정하기
- Google_Service_AndroidPublisher
- 업로드
- SQL
- purchases
- 데이터베이스확인
- 영수증검증
- meta
- Google Pay
- Google_Client
- 테이블인덱스
- purchases_subscriptions
- subscriptionsv2
- how to slim install
Archives
- Today
- Total
Web_developer
google 결제 영수증 확인
setAuthConfig('OAuth의 json파일 경로'); $client->addScope('https://www.googleapis.com/auth/androidpublisher'); $service = new Google_Service_AndroidPublisher($client); $package_name = "프로젝트의 패키지명"; $product_id = '상품ID'; $jsonPath = ''OAuth의 json파일 경로'; $androidPublisher = 'https://www.googleapis.com/auth/androidpublisher'; $purchase_token = '클라이언트에서 발급받은 구매한 토큰값'; //주문관리에..
PHP
2021. 7. 7. 16:35