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 | 31 |
Tags
- Google_Service_AndroidPublisher
- google_purchases
- 몇번째행
- 데이터베이스 지정하기
- slim install
- 아파치
- closest
- MySQL
- 업로드
- 테이블인덱스
- TABLE
- 영수증검증
- 데이터베이스확인
- 영수증인증
- Database
- 영수증확인
- how to slim install
- 리눅스
- Google Pay
- 클릭이벤트막기
- SQL
- purchases
- google purchases
- subscriptionsv2
- purchases_subscriptions
- php
- Google_Client
- meta
- CSV
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