Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Laravel Payment Integration with Braintree, Stripe & PayPal, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:40
    Introduction
  • Урок 2. 00:00:47
    How to get support
  • Урок 3. 00:05:51
    Install Xampp on Windows
  • Урок 4. 00:04:29
    Install Xampp on a Mac
  • Урок 5. 00:04:22
    Install Composer
  • Урок 6. 00:04:57
    Install Git
  • Урок 7. 00:05:12
    Install Visual Studio Code
  • Урок 8. 00:07:31
    Project Download
  • Урок 9. 00:01:33
    Section Overview
  • Урок 10. 00:11:48
    Frontend workflow
  • Урок 11. 00:24:18
    Backend workflow
  • Урок 12. 00:19:35
    General routes explained
  • Урок 13. 00:08:43
    Member routes explained
  • Урок 14. 00:21:44
    Admin routes - Part 1
  • Урок 15. 00:12:57
    Admin routes - Part 2
  • Урок 16. 00:05:56
    Admin routes - Part 3
  • Урок 17. 00:05:24
    Admin routes - Part 4
  • Урок 18. 00:05:36
    3D Secure 2 Overview
  • Урок 19. 00:05:43
    Validation issue with 3D Secure 2
  • Урок 20. 00:22:19
    Braintree Section Overview
  • Урок 21. 00:09:46
    Payment settings in the admin
  • Урок 22. 00:15:21
    Overview of updating the payment settings
  • Урок 23. 00:05:59
    Blade file creation
  • Урок 24. 00:01:18
    Overview of the official Braintree Drop-in Repository
  • Урок 25. 00:00:31
    Updating payment settings
  • Урок 26. 00:14:46
    Checkout controller index method overview
  • Урок 27. 00:03:14
    Braintree section in checkout blade
  • Урок 28. 00:10:57
    Javascript for creating the drop-in UI
  • Урок 29. 00:05:48
    Pre-payment validation - Part 1
  • Урок 30. 00:07:39
    Pre-payment validation - Part 2
  • Урок 31. 00:04:26
    Pre-payment validation - Part 3
  • Урок 32. 00:05:17
    Pre-payment validation - Part 4
  • Урок 33. 00:12:21
    The completeBraintreePayment function
  • Урок 34. 00:15:28
    Completing the payment and the order in the backend
  • Урок 35. 00:03:28
    Successful Braintree payment
  • Урок 36. 00:01:04
    Checking transaction in Braintree dashboard
  • Урок 37. 00:02:45
    Checking PayPal transaction within Braintree
  • Урок 38. 00:03:53
    Explaining the Braintree Github repo example
  • Урок 39. 00:05:08
    Braintree Codepen 3ds2 test
  • Урок 40. 00:04:01
    SonicPayments 3ds2 test
  • Урок 41. 00:03:24
    Minor enhancement before giving access to course
  • Урок 42. 00:15:17
    Stripe section overview
  • Урок 43. 00:04:25
    Stripe integration First Steps
  • Урок 44. 00:12:59
    Stripe settings
  • Урок 45. 00:07:02
    Checkout controller
  • Урок 46. 00:02:24
    Overview of Stripe Javascript
  • Урок 47. 00:08:40
    Loading Stripe elements via Javascript
  • Урок 48. 00:11:57
    Stripe payment validation - Part 1
  • Урок 49. 00:17:33
    Stripe payment validation - Part 2
  • Урок 50. 00:12:15
    Complete Stripe Payment - Part 1
  • Урок 51. 00:08:47
    Complete Stripe Payment - Part 2 - Amount Conversion
  • Урок 52. 00:16:06
    Complete Stripe Payment - Part 3
  • Урок 53. 00:10:19
    Creating the order after payment
  • Урок 54. 00:02:36
    Successful payment
  • Урок 55. 00:11:20
    First failing then completing payment with 3ds2
  • Урок 56. 00:04:21
    Revisiting the official Stripe Github repo
  • Урок 57. 00:02:09
    Overview of minor Stripe Integration Enhancement
  • Урок 58. 00:05:32
    Integration enhancement walkthrough
  • Урок 59. 00:03:49
    PayPal Section Overview
  • Урок 60. 00:06:44
    PayPal Smart Buttons Admin
  • Урок 61. 00:28:12
    Creating the PayPal js in the backend
  • Урок 62. 00:04:38
    PayPal elements on checkout
  • Урок 63. 00:08:31
    Payment in the PayPal Demo website
  • Урок 64. 00:06:18
    Overview of our implementation
  • Урок 65. 00:13:38
    Validations - Part 1
  • Урок 66. 00:23:44
    Validations - Part 2
  • Урок 67. 00:02:12
    The OnCancel event
  • Урок 68. 00:08:12
    The CreateOrder Event
  • Урок 69. 00:12:37
    The onApprove Event
  • Урок 70. 00:18:42
    Fulfilling the order
  • Урок 71. 00:03:38
    A more secure integration
  • Урок 72. 00:05:24
    Overview of the changed files
  • Урок 73. 00:03:06
    Setting up the new integration
  • Урок 74. 00:17:49
    Create order serverside
  • Урок 75. 00:13:03
    OnApprove Event Serverside
  • Урок 76. 00:03:51
    Successful payments
  • Урок 77. 00:04:11
    Bug Fix: Correction in PayPal SDK helper